home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / t3dlib / source / writenff_protos.h < prev    next >
Text File  |  1995-02-13  |  269b  |  16 lines

  1. /* Prototypes for functions defined in
  2. writenff.c
  3.  */
  4.  
  5. static void send_XYZ(XYZ_st * f);
  6.  
  7. static void send_RGB(RGB_st * rgb);
  8.  
  9. int write_NFF(WORLD * world,
  10.               FILE * file);
  11.  
  12. static void process_DESC(OBJECT * object);
  13.  
  14. static void process_INFO(INFO * info);
  15.  
  16.